<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	margin: 0;
	padding: 0;
	font-family: "microsoft yahei";
}

img {
	border: none;
}

a {
	text-decoration: none;
}

ol,
ul {
	list-style: none;
}

div {
	display: block;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.pa {
	position: absolute;
}

.swiper-banner {
	width: 100%;
	height: 600px;
}

.swiper-banner .swiper-slide {
	width: 100%;
	height: 600px;
	color: #fff;
	display: block;
}

.swiper-banner .swiper-slide .wrap {
	height: 520px;
}

.swiper-banner .swiper-slide .sl-left {
	top: 50px;
	left: 40px;
	width: 100%;
}

.swiper-banner .swiper-slide .sl-right {
	top: 100px;
	right: 100px;
	width: 100%;
}

.swiper-banner .swiper-slide .t1 {
	top: 30px;
	left: 630px;
	color:#d78c00;
	font-size: 40px;
}

.swiper-banner .swiper-slide .t2 {
	top: 80px;
	left: 630px;
	color:#000000;
	font-size: 30px;
}

.swiper-banner .swiper-slide .t3 {
	top: 165px;
	left: 630px;
	color:#4d4d4d;
	font-size: 16px;
}

.swiper-banner .swiper-slide .btn {
	width: 170px;
	height: 40px;
	line-height: 40px;
	left: 630px;
	top: 250px;
	color:#d78c00;
	border: 1px solid #d78c00;
	border-radius: 2px;
	font-size: 16px;
	text-align: center;
}

.swiper-banner .swiper-slide .img1 {
	top: 110px;
}

.swiper-banner .swiper-slide .img2 {
	top: 0px;
}

.swiper-banner .swiper-slide .img3 {
	top: 100px;
}

.swiper-banner .swiper-slide.slide1 {
	background-color: #f2f2f2;
}

.swiper-banner .swiper-slide.slide2 {
	background-color: #f2f2f2;
}

.swiper-banner .swiper-slide.slide3 {
	background-color: #f2f2f2;
}

.swiper-banner .swiper-slide.slide4 {
	background-color: #f2f2f2;
}

.swiper-banner .swiper-slide.slide5 {
	background-color: #f2f2f2;
}

.swiper-banner .swiper-pagination {
	bottom: 130px!important;
}

.swiper-banner .swiper-pagination .swiper-pagination-bullet {
	width: 40px;
	height: 5px;
	border-radius: 0;
}

.swiper-banner .swiper-nav {
	width: 100%;
	height: 80px;
	background: rgba(233, 233, 233, 0.05);
	left: 460px;
	bottom: 30px;
	z-index: 999;
}

.swiper-banner .swiper-nav li {
	color: rgba(255, 255, 255, 0.9);
	border-right: 1px solid rgba(233, 233, 233, 0.05);
	float: left;
	cursor: pointer;
}

.swiper-banner .swiper-nav li .icon {
	width: 65px;
	height: 100px;
	display: flex;
	float: left;
	justify-content: center;
	align-items: center;
}

.swiper-banner .swiper-nav li .info {
	float: left;
	font-size: 20px;
	margin-right:10px;
	width: 100px;
	height: 40px;
	line-height: 40px;
	background-color:#d78c00;
	border: 1px solid #d78c00;
	border-radius: 2px;
	font-size: 16px;
	text-align: center;
}

.swiper-banner .swiper-nav li .info div {
	display:table-cell; 
	vertical-align:middle;
}

.swiper-banner .swiper-nav li .info p {
	color: #c3c3c3;
	font-size: 14px;
}

.swiper-banner .swiper-nav li.active {
	background: rgba(233, 233, 233, 0.05);
}

.swiper-banner .swiper-nav li:nth-child(5) {
	border-right: none;
}</pre></body></html>